- terminated a loop
- окончил цикл; оконченный цикл
do loop — -цикл
loop body — тело цикла
DO loop — цикл типа "DO"
loop point — точка цикла
loop bug — ошибка в цикле
English-Russian big polytechnic dictionary. 2014.
do loop — -цикл
loop body — тело цикла
DO loop — цикл типа "DO"
loop point — точка цикла
loop bug — ошибка в цикле
English-Russian big polytechnic dictionary. 2014.
For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… … Wikipedia
Infinite loop — This article is about the programming term. For the street on which Apple Inc. s campus is located, see Infinite Loop (street). An infinite loop (also known as an endless loop) is a sequence of instructions in a computer program which loops… … Wikipedia
Event loop — In computer science, the event loop, message dispatcher, message loop, message pump, or run loop is a programming construct that waits for and dispatches events or messages in a program. It works by polling some internal or external event… … Wikipedia
The Loop (CTA) — Infobox rail line name = The Loop image width = 275 px caption = The southeastern corner of The Loop type = Rapid transit system = Chicago L status = Operational locale = Chicago, Illinois, USA start = end = stations = 9 routes = ridership = open … Wikipedia
Delmar Loop Trolley — An ex Milan Peter Witt streetcar restored and running in San Francisco with its original colors Overview Type Streetcar … Wikipedia
Christchurch tramway routes — have developed from lines that were first established by a troika of private tramway companies in the latter part of the 19th century, through to a significantly expanded system under the municipal Christchurch Tramway Board, to the City Council… … Wikipedia
C syntax — The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar) … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Comparison of programming languages (syntax) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Merseyrail — Merseyrail … Wikipedia
Perl control structures — The basic control structures of Perl are similar to those used in C and Java, but they have been extended in several ways.LoopsIn the following, label is an optional identifier terminated by a colon, and block is a sequence of one of more Perl… … Wikipedia